projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
458f70d
)
(inferior-octave-prompt): Also match prompts of the form
author
Stephen Eglen
<stephen@gnu.org>
Mon, 28 Sep 1998 14:03:38 +0000
(14:03 +0000)
committer
Stephen Eglen
<stephen@gnu.org>
Mon, 28 Sep 1998 14:03:38 +0000
(14:03 +0000)
`octave.bin:1>' which come from using precopiled binary versions.
lisp/progmodes/octave-inf.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/octave-inf.el
b/lisp/progmodes/octave-inf.el
index 64f9e4c0efc5fee85742200e1788c18105a05290..097c8649f8bf8d16de192fd517dbd60891c79ab8 100644
(file)
--- a/
lisp/progmodes/octave-inf.el
+++ b/
lisp/progmodes/octave-inf.el
@@
-39,7
+39,7
@@
:group 'octave-inferior)
(defcustom inferior-octave-prompt
- "\\(^octave\\(:[0-9]+\\)?\\|^debug\\|^\\)>+ "
+ "\\(^octave\\(
\\|.bin\\)\\(
:[0-9]+\\)?\\|^debug\\|^\\)>+ "
"*Regexp to match prompts for the inferior Octave process."
:type 'regexp
:group 'octave-inferior)